home *** CD-ROM | disk | FTP | other *** search
/ A Joint Venture of IDS & CRI / IDS and CRI SoftAudio SoftVideo Explorer Video CDROM Inc.iso / catalog.bat next >
Encoding:
DOS Batch File  |  1993-03-20  |  1.3 KB  |  51 lines

  1. @echo off
  2. if "%1"=="h" goto MODEHIGH
  3. if "%1"=="H" goto MODEHIGH
  4. if "%1"=="l" goto MODELOW
  5. if "%1"=="L" goto MODELOW
  6. if "%1"=="m" goto MODENO
  7. if "%1"=="M" goto MODENO
  8. cls
  9. ECHO.
  10. ECHO Welcome to the Winter 1993 CD ROM, Inc. catalog on CD-ROM.  It has been
  11. ECHO developed to be a demonstration of multimedia technology as well as a 
  12. ECHO useful tool for searching through our product base.  This catalog contains
  13. ECHO many high-resolution graphic images which require a standard VGA video card
  14. ECHO to display.  If you have a SuperVGA video card that complies to the VESA
  15. ECHO standard, the images will display superbly.  To start the catalog, enter
  16. ECHO one of the following lines at the DOS prompt, selecting the right one for
  17. ECHO your system:
  18. ECHO.
  19. ECHO             VIDEO MODE    VIDEO CARD REQUIRED     COMMAND
  20. ECHO             ================================================
  21. ECHO             640x480x256   VESA Super VGA          catalog h
  22. ECHO             320x200x256   VGA                     catalog l
  23. ECHO.       
  24. ECHO             All others (no pictures will display) catalog m
  25. ECHO.
  26. ECHO.
  27. ECHO.
  28. ECHO.
  29. ECHO.
  30. pause
  31. goto end
  32.  
  33. :MODEHIGH
  34. cd \rwcat
  35. rw20 catalog -chicat.cfg
  36. cd \
  37. goto end
  38.  
  39. :MODELOW
  40. cd \rwcat
  41. rw20 catalog -clowcat.cfg
  42. cd \
  43. goto end
  44.  
  45. :MODENO
  46. cd \rwcat
  47. rw20 catalog -cnocat.cfg
  48. cd \
  49. goto end
  50. :END
  51.